From 433a581709b9c5d053e3a40d73c937584545adb9 Mon Sep 17 00:00:00 2001 From: Machon Gregory Date: Wed, 1 Jun 2011 16:12:29 +0100 Subject: [PATCH] xsm: fixed missing header compile error Fixes compile error caused by changeset 23363 by including xenoprof.h header. Signed-off-by: Machon Gregory --- xen/xsm/flask/hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/xsm/flask/hooks.c b/xen/xsm/flask/hooks.c index 933873efd2..385cccfe43 100644 --- a/xen/xsm/flask/hooks.c +++ b/xen/xsm/flask/hooks.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- 2.30.2